Skip to content

Support for Minitest v6.0#140

Merged
hidakatsuya merged 1 commit into
thinreports:mainfrom
xketanaka:support_minitest_6
Jul 3, 2026
Merged

Support for Minitest v6.0#140
hidakatsuya merged 1 commit into
thinreports:mainfrom
xketanaka:support_minitest_6

Conversation

@xketanaka

Copy link
Copy Markdown
Contributor

Since ‘minitest/unit’ was removed in minitest 6.0, tests will currently fail in environments where minitest 6.0 is installed.

In Ruby 3.0/3.1, tests must be run using minitest 5.x, but
even in minitest 5.x, the tests will succeed without require ‘minitest/unit’.

Therefore, require ‘minitest/unit’ is not required for tests in the currently supported Ruby runtime environments.

@hidakatsuya hidakatsuya merged commit 1bb53ae into thinreports:main Jul 3, 2026
8 checks passed
@hidakatsuya

Copy link
Copy Markdown
Member

Thank you for your work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants